home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- bringAppToFront()
- set the exitLock to 1
- rememberOriginalMonitorSettings()
- setUpPrefsFolder()
- readPrefs()
- checkMonitorResolution()
- checkColorDepth()
- end
-
- on stopMovie
- storePrefs()
- end
-
- on prepareMovie
- waitCursor()
- end
-
- on mouseDown
- go("exit")
- end
-
- on keyDown
- if the keyCode = 53 then
- restoreOriginalMonitorSettings()
- if authoring() then
- halt()
- else
- quit()
- end if
- else
- go("exit")
- end if
- end
-